home *** CD-ROM | disk | FTP | other *** search
- # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
- # ** DO NOT EDIT **
-
- # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
- !IF "$(CFG)" == ""
- CFG=PCLFrame - Win32 Debug
- !MESSAGE No configuration specified. Defaulting to PCLFrame - Win32 Debug.
- !ENDIF
-
- !IF "$(CFG)" != "PCLFrame - Win32 Release" && "$(CFG)" !=\
- "PCLFrame - Win32 Debug"
- !MESSAGE Invalid configuration "$(CFG)" specified.
- !MESSAGE You can specify a configuration when running NMAKE on this makefile
- !MESSAGE by defining the macro CFG on the command line. For example:
- !MESSAGE
- !MESSAGE NMAKE /f "PCLFrame.mak" CFG="PCLFrame - Win32 Debug"
- !MESSAGE
- !MESSAGE Possible choices for configuration are:
- !MESSAGE
- !MESSAGE "PCLFrame - Win32 Release" (based on\
- "Win32 (x86) Dynamic-Link Library")
- !MESSAGE "PCLFrame - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
- !MESSAGE
- !ERROR An invalid configuration is specified.
- !ENDIF
-
- !IF "$(OS)" == "Windows_NT"
- NULL=
- !ELSE
- NULL=nul
- !ENDIF
- ################################################################################
- # Begin Project
- # PROP Target_Last_Scanned "PCLFrame - Win32 Debug"
- CPP=cl.exe
- RSC=rc.exe
- MTL=mktyplib.exe
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 0
- # PROP BASE Output_Dir "Release"
- # PROP BASE Intermediate_Dir "Release"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 0
- # PROP Output_Dir "Release"
- # PROP Intermediate_Dir "Release"
- # PROP Target_Dir ""
- OUTDIR=.\Release
- INTDIR=.\Release
-
- ALL : "$(OUTDIR)\PCLFrame.add"
-
- CLEAN :
- -@erase "$(INTDIR)\FramePlugin.obj"
- -@erase "$(INTDIR)\Main.obj"
- -@erase "$(INTDIR)\PCLFrame.res"
- -@erase "$(OUTDIR)\PCLFrame.add"
- -@erase "$(OUTDIR)\PCLFrame.exp"
- -@erase "$(OUTDIR)\PCLFrame.lib"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /Zp1 /W3 /GX /O2 /I "..\common" /I "..\windows" /I "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands" /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
- CPP_PROJ=/nologo /Zp1 /ML /W3 /GX /O2 /I "..\common" /I "..\windows" /I\
- "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I\
- "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands"\
- /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
- /Fp"$(INTDIR)/PCLFrame.pch" /YX /Fo"$(INTDIR)/" /c
- CPP_OBJS=.\Release/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "NDEBUG" /win32
- # ADD MTL /nologo /D "NDEBUG" /win32
- MTL_PROJ=/nologo /D "NDEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "NDEBUG"
- # ADD RSC /l 0x409 /d "NDEBUG"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCLFrame.res" /d "NDEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCLFrame.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /machine:I386 /nodefaultlib:"LIBC.LIB" /out:"Release/PCLFrame.add"
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /version:1.0 /subsystem:windows /dll /incremental:no\
- /pdb:"$(OUTDIR)/PCLFrame.pdb" /machine:I386 /nodefaultlib:"LIBC.LIB"\
- /def:".\PCLFrame.def" /out:"$(OUTDIR)/PCLFrame.add"\
- /implib:"$(OUTDIR)/PCLFrame.lib"
- DEF_FILE= \
- ".\PCLFrame.def"
- LINK32_OBJS= \
- "$(INTDIR)\FramePlugin.obj" \
- "$(INTDIR)\Main.obj" \
- "$(INTDIR)\PCLFrame.res" \
- "..\..\PageMakerClassLibrary\Windows\PCL.lib"
-
- "$(OUTDIR)\PCLFrame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- # PROP BASE Use_MFC 0
- # PROP BASE Use_Debug_Libraries 1
- # PROP BASE Output_Dir "Debug"
- # PROP BASE Intermediate_Dir "Debug"
- # PROP BASE Target_Dir ""
- # PROP Use_MFC 0
- # PROP Use_Debug_Libraries 1
- # PROP Output_Dir "Debug"
- # PROP Intermediate_Dir "Debug"
- # PROP Target_Dir ""
- OUTDIR=.\Debug
- INTDIR=.\Debug
-
- ALL : "$(OUTDIR)\PCLFrame.add"
-
- CLEAN :
- -@erase "$(INTDIR)\FramePlugin.obj"
- -@erase "$(INTDIR)\Main.obj"
- -@erase "$(INTDIR)\PCLFrame.res"
- -@erase "$(INTDIR)\vc40.idb"
- -@erase "$(INTDIR)\vc40.pdb"
- -@erase "$(OUTDIR)\PCLFrame.add"
- -@erase "$(OUTDIR)\PCLFrame.exp"
- -@erase "$(OUTDIR)\PCLFrame.ilk"
- -@erase "$(OUTDIR)\PCLFrame.lib"
- -@erase "$(OUTDIR)\PCLFrame.pdb"
-
- "$(OUTDIR)" :
- if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
-
- # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\windows" /I "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands" /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
- CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\common" /I "..\windows" /I\
- "..\..\includes" /I "..\..\PageMakerClassLibrary\Common" /I\
- "..\..\PageMakerClassLibrary\Queries" /I "..\..\PageMakerClassLibrary\Commands"\
- /I "..\..\PageMakerClassLibrary\LowLevel" /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
- /Fp"$(INTDIR)/PCLFrame.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
- CPP_OBJS=.\Debug/
- CPP_SBRS=.\.
- # ADD BASE MTL /nologo /D "_DEBUG" /win32
- # ADD MTL /nologo /D "_DEBUG" /win32
- MTL_PROJ=/nologo /D "_DEBUG" /win32
- # ADD BASE RSC /l 0x409 /d "_DEBUG"
- # ADD RSC /l 0x409 /d "_DEBUG"
- RSC_PROJ=/l 0x409 /fo"$(INTDIR)/PCLFrame.res" /d "_DEBUG"
- BSC32=bscmake.exe
- # ADD BASE BSC32 /nologo
- # ADD BSC32 /nologo
- BSC32_FLAGS=/nologo /o"$(OUTDIR)/PCLFrame.bsc"
- BSC32_SBRS= \
-
- LINK32=link.exe
- # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386
- # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"LIBC.LIB" /out:"Debug/PCLFrame.add"
- LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
- odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
- /pdb:"$(OUTDIR)/PCLFrame.pdb" /debug /machine:I386 /nodefaultlib:"LIBC.LIB"\
- /def:".\PCLFrame.def" /out:"$(OUTDIR)/PCLFrame.add"\
- /implib:"$(OUTDIR)/PCLFrame.lib"
- DEF_FILE= \
- ".\PCLFrame.def"
- LINK32_OBJS= \
- "$(INTDIR)\FramePlugin.obj" \
- "$(INTDIR)\Main.obj" \
- "$(INTDIR)\PCLFrame.res" \
- "..\..\PageMakerClassLibrary\Windows\PCL.lib"
-
- "$(OUTDIR)\PCLFrame.add" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
- $(LINK32) @<<
- $(LINK32_FLAGS) $(LINK32_OBJS)
- <<
-
- !ENDIF
-
- .c{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_OBJS)}.obj:
- $(CPP) $(CPP_PROJ) $<
-
- .c{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cpp{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- .cxx{$(CPP_SBRS)}.sbr:
- $(CPP) $(CPP_PROJ) $<
-
- ################################################################################
- # Begin Target
-
- # Name "PCLFrame - Win32 Release"
- # Name "PCLFrame - Win32 Debug"
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- !ENDIF
-
- ################################################################################
- # Begin Source File
-
- SOURCE=.\PCLFrame.def
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=.\PCLFrame.rc
- DEP_RSC_PCLFR=\
- ".\test.rc"\
-
-
- "$(INTDIR)\PCLFrame.res" : $(SOURCE) $(DEP_RSC_PCLFR) "$(INTDIR)"
- $(RSC) $(RSC_PROJ) $(SOURCE)
-
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=..\Common\Main.cpp
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- DEP_CPP_MAIN_=\
- "..\..\includes\CIBasic.h"\
- "..\..\includes\CICommandsAndQueries.h"\
- "..\..\includes\CIInterfaceManager.h"\
- "..\..\includes\CIObjectAccess.h"\
- "..\..\includes\CIWindow.h"\
- "..\..\includes\oldpatch.h"\
- "..\..\includes\oldtypes.h"\
- "..\..\includes\PMCommands.h"\
- "..\..\includes\PMCQErrs.h"\
- "..\..\includes\PMErrors.h"\
- "..\..\includes\PMEvent.h"\
- "..\..\includes\PMEventRec.h"\
- "..\..\includes\PMInterfaceIDs.h"\
- "..\..\includes\PMKeywords.h"\
- "..\..\includes\PMMemory.h"\
- "..\..\includes\PMPlugin.h"\
- "..\..\includes\PMQueries.h"\
- "..\..\includes\PMTypes.h"\
- "..\..\includes\PMUtils.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
- "..\Common\FramePlugin.h"\
-
- NODEP_CPP_MAIN_=\
- "..\..\includes\oldpmblk.h"\
- "..\..\includes\PageMakerDialogErrs.h"\
- "..\..\includes\PageMakerFileErrs.h"\
- "..\..\includes\PageMakerImpExpErrs.h"\
- "..\..\includes\PageMakerMiscErrs.h"\
- "..\..\includes\PageMakerPrinterErrs.h"\
- "..\..\includes\PageMakerTextErrs.h"\
-
-
- "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- DEP_CPP_MAIN_=\
- "..\..\includes\CIBasic.h"\
- "..\..\includes\CICommandsAndQueries.h"\
- "..\..\includes\CIInterfaceManager.h"\
- "..\..\includes\CIObjectAccess.h"\
- "..\..\includes\CIWindow.h"\
- "..\..\includes\oldpatch.h"\
- "..\..\includes\oldtypes.h"\
- "..\..\includes\PMCommands.h"\
- "..\..\includes\PMCQErrs.h"\
- "..\..\includes\PMErrors.h"\
- "..\..\includes\PMEvent.h"\
- "..\..\includes\PMEventRec.h"\
- "..\..\includes\PMInterfaceIDs.h"\
- "..\..\includes\PMPlugin.h"\
- "..\..\includes\PMQueries.h"\
- "..\..\includes\PMTypes.h"\
- "..\..\includes\PMUtils.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
- "..\Common\FramePlugin.h"\
-
- NODEP_CPP_MAIN_=\
- "..\..\includes\oldpmblk.h"\
-
-
- "$(INTDIR)\Main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=..\Common\FramePlugin.cpp
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- DEP_CPP_FRAME=\
- "..\..\includes\CICommandsAndQueries.h"\
- "..\..\includes\CIInterfaceManager.h"\
- "..\..\includes\CIWindow.h"\
- "..\..\includes\oldpatch.h"\
- "..\..\includes\oldtypes.h"\
- "..\..\includes\PMCommands.h"\
- "..\..\includes\PMCQErrs.h"\
- "..\..\includes\PMErrors.h"\
- "..\..\includes\PMInterfaceIDs.h"\
- "..\..\includes\PMKeywords.h"\
- "..\..\includes\PMMemory.h"\
- "..\..\includes\PMPlugin.h"\
- "..\..\includes\PMQueries.h"\
- "..\..\includes\PMTypes.h"\
- "..\..\includes\PMUtils.h"\
- "..\..\PageMakerClassLibrary\Commands\PAddition.h"\
- "..\..\PageMakerClassLibrary\Commands\PAddWord.h"\
- "..\..\PageMakerClassLibrary\Commands\PAlignment.h"\
- "..\..\PageMakerClassLibrary\Commands\PBlackAttributes.h"\
- "..\..\PageMakerClassLibrary\Commands\PBook.h"\
- "..\..\PageMakerClassLibrary\Commands\PBoolCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PBox.h"\
- "..\..\PageMakerClassLibrary\Commands\PCase.h"\
- "..\..\PageMakerClassLibrary\Commands\PChange.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeAll.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeParaAttr.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Commands\PClose.h"\
- "..\..\PageMakerClassLibrary\Commands\PColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PColumnGuides.h"\
- "..\..\PageMakerClassLibrary\Commands\PCreateIndex.h"\
- "..\..\PageMakerClassLibrary\Commands\PCreateTOC.h"\
- "..\..\PageMakerClassLibrary\Commands\PCrop.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineInk.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PDeletePrivateData.h"\
- "..\..\PageMakerClassLibrary\Commands\PExport.h"\
- "..\..\PageMakerClassLibrary\Commands\PFillAndLine.h"\
- "..\..\PageMakerClassLibrary\Commands\PFillStyle.h"\
- "..\..\PageMakerClassLibrary\Commands\PFind.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindParaAttr.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Commands\PFontDrawing.h"\
- "..\..\PageMakerClassLibrary\Commands\PHyphenation.h"\
- "..\..\PageMakerClassLibrary\Commands\PImport.h"\
- "..\..\PageMakerClassLibrary\Commands\PIndents.h"\
- "..\..\PageMakerClassLibrary\Commands\PIndexFormat.h"\
- "..\..\PageMakerClassLibrary\Commands\PInkND.h"\
- "..\..\PageMakerClassLibrary\Commands\PInsertPages.h"\
- "..\..\PageMakerClassLibrary\Commands\PLetterSpace.h"\
- "..\..\PageMakerClassLibrary\Commands\PLine.h"\
- "..\..\PageMakerClassLibrary\Commands\PLineStyle.h"\
- "..\..\PageMakerClassLibrary\Commands\PLinkOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PLongCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PManualKerning.h"\
- "..\..\PageMakerClassLibrary\Commands\PMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PMeasureUnits.h"\
- "..\..\PageMakerClassLibrary\Commands\PMove.h"\
- "..\..\PageMakerClassLibrary\Commands\PMoveColumn.h"\
- "..\..\PageMakerClassLibrary\Commands\PMultiplePaste.h"\
- "..\..\PageMakerClassLibrary\Commands\PMultPasteOffset.h"\
- "..\..\PageMakerClassLibrary\Commands\PNewStory.h"\
- "..\..\PageMakerClassLibrary\Commands\PNewStorySized.h"\
- "..\..\PageMakerClassLibrary\Commands\PNudge.h"\
- "..\..\PageMakerClassLibrary\Commands\PNullCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\POpen.h"\
- "..\..\PageMakerClassLibrary\Commands\POval.h"\
- "..\..\PageMakerClassLibrary\Commands\PPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageMargins.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageNumbers.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageSize.h"\
- "..\..\PageMakerClassLibrary\Commands\PPaintWindow.h"\
- "..\..\PageMakerClassLibrary\Commands\PParaOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PParaSpace.h"\
- "..\..\PageMakerClassLibrary\Commands\PPasteSpecial.h"\
- "..\..\PageMakerClassLibrary\Commands\PPickColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PPlace.h"\
- "..\..\PageMakerClassLibrary\Commands\PPlaceSized.h"\
- "..\..\PageMakerClassLibrary\Commands\PPolygon.h"\
- "..\..\PageMakerClassLibrary\Commands\PPolygonAttribs.h"\
- "..\..\PageMakerClassLibrary\Commands\PPreferences.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrint.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintDoc.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintFeature.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintInk.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintOptionsPS.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintPaperPS.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintTo.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrivateData.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrivateString.h"\
- "..\..\PageMakerClassLibrary\Commands\PReflect.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemovePages.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemoveUnusedColors.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemoveWord.h"\
- "..\..\PageMakerClassLibrary\Commands\PRenameMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PResize.h"\
- "..\..\PageMakerClassLibrary\Commands\PResizePct.h"\
- "..\..\PageMakerClassLibrary\Commands\PRevert.h"\
- "..\..\PageMakerClassLibrary\Commands\PRotate.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleAbove.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleBelow.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PSaveAs.h"\
- "..\..\PageMakerClassLibrary\Commands\PSaveAsMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PScroll.h"\
- "..\..\PageMakerClassLibrary\Commands\PSelect.h"\
- "..\..\PageMakerClassLibrary\Commands\PSelectExtend.h"\
- "..\..\PageMakerClassLibrary\Commands\PSendToPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PSetTextCursor.h"\
- "..\..\PageMakerClassLibrary\Commands\PShortCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PSizeBump.h"\
- "..\..\PageMakerClassLibrary\Commands\PSkew.h"\
- "..\..\PageMakerClassLibrary\Commands\PSpaceOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PSpell.h"\
- "..\..\PageMakerClassLibrary\Commands\PStoryEditPref.h"\
- "..\..\PageMakerClassLibrary\Commands\PStringCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PSuppressPalDraw.h"\
- "..\..\PageMakerClassLibrary\Commands\PTabs.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextCursor.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextSelect.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextWrap.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextWrapPoly.h"\
- "..\..\PageMakerClassLibrary\Commands\PTool.h"\
- "..\..\PageMakerClassLibrary\Commands\PTrack.h"\
- "..\..\PageMakerClassLibrary\Commands\PTrapSettings.h"\
- "..\..\PageMakerClassLibrary\Commands\PTypeOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PWindow.h"\
- "..\..\PageMakerClassLibrary\Commands\PWordSpace.h"\
- "..\..\PageMakerClassLibrary\Common\PCL.h"\
- "..\..\PageMakerClassLibrary\lowlevel\PCallback.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PCommand.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PKeywords.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PQuery.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PReplyBuf.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PRequestBuf.h"\
- "..\..\PageMakerClassLibrary\Queries\PBoolQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetAdditions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetAdditionsDir.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetBlackAttributes.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetBook.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeParaAttr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColorInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColumnGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetConvertStr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetConvertTwips.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetExportFilters.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFillAndLine.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindParaAttr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFontDrawing.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFontList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetHorizGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetHyphenation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetImageFrame.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetImportFilters.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetIndents.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetInkND.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLetterSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineBreak.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineBreakLoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineStyle.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinkInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinkOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinks.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPage.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageName.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMeasureUnits.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMultPasteOffset.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectIDInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectLoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageImage.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageMargins.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumber.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumberByID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumbers.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageSize.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetParaOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetParaSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPickers.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPMInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPolygonAttribs.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPPDFontLocation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPreferences.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintCaps.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintColor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintDoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrinter.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintFeature.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintFeatureItems.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintInk.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintOptionsPS.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintPaperPS.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintTo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateData.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateString.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPubWindowRect.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPubWindows.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleAbove.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleBelow.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetSpaceOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryEditPref.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryIDList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryText.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetSuppressPalDraw.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTabs.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextCursor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextLocation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextRun.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextWrap.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextWrapPoly.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTOCIndexID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTransform.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTrapSettings.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTypeOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTypeStyle.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetVertGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetWordSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetZeroPoint.h"\
- "..\..\PageMakerClassLibrary\Queries\PHandleQuery.h"\
- "..\..\PageMakerClassLibrary\queries\PListMom.h"\
- "..\..\PageMakerClassLibrary\Queries\PListQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PLongQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PRectQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PShortQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PStringListQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PStringQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PTextBlock.h"\
- "..\Common\FramePlugin.h"\
-
- NODEP_CPP_FRAME=\
- "..\..\includes\oldpmblk.h"\
- "..\..\includes\PageMakerDialogErrs.h"\
- "..\..\includes\PageMakerFileErrs.h"\
- "..\..\includes\PageMakerImpExpErrs.h"\
- "..\..\includes\PageMakerMiscErrs.h"\
- "..\..\includes\PageMakerPrinterErrs.h"\
- "..\..\includes\PageMakerTextErrs.h"\
-
-
- "$(INTDIR)\FramePlugin.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- DEP_CPP_FRAME=\
- "..\..\includes\CICommandsAndQueries.h"\
- "..\..\includes\CIInterfaceManager.h"\
- "..\..\includes\CIWindow.h"\
- "..\..\includes\oldpatch.h"\
- "..\..\includes\oldtypes.h"\
- "..\..\includes\PMCommands.h"\
- "..\..\includes\PMCQErrs.h"\
- "..\..\includes\PMErrors.h"\
- "..\..\includes\PMInterfaceIDs.h"\
- "..\..\includes\PMPlugin.h"\
- "..\..\includes\PMQueries.h"\
- "..\..\includes\PMTypes.h"\
- "..\..\includes\PMUtils.h"\
- "..\..\PageMakerClassLibrary\Commands\PAddition.h"\
- "..\..\PageMakerClassLibrary\Commands\PAddWord.h"\
- "..\..\PageMakerClassLibrary\Commands\PAlignment.h"\
- "..\..\PageMakerClassLibrary\Commands\PBlackAttributes.h"\
- "..\..\PageMakerClassLibrary\Commands\PBook.h"\
- "..\..\PageMakerClassLibrary\Commands\PBoolCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PBox.h"\
- "..\..\PageMakerClassLibrary\Commands\PCase.h"\
- "..\..\PageMakerClassLibrary\Commands\PChange.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeAll.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeParaAttr.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Commands\PChangeTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Commands\PClose.h"\
- "..\..\PageMakerClassLibrary\Commands\PColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PColumnGuides.h"\
- "..\..\PageMakerClassLibrary\Commands\PCreateIndex.h"\
- "..\..\PageMakerClassLibrary\Commands\PCreateTOC.h"\
- "..\..\PageMakerClassLibrary\Commands\PCrop.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineInk.h"\
- "..\..\PageMakerClassLibrary\Commands\PDefineMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PDeletePrivateData.h"\
- "..\..\PageMakerClassLibrary\Commands\PExport.h"\
- "..\..\PageMakerClassLibrary\Commands\PFillAndLine.h"\
- "..\..\PageMakerClassLibrary\Commands\PFillStyle.h"\
- "..\..\PageMakerClassLibrary\Commands\PFind.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindParaAttr.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Commands\PFindTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Commands\PFontDrawing.h"\
- "..\..\PageMakerClassLibrary\Commands\PHyphenation.h"\
- "..\..\PageMakerClassLibrary\Commands\PImport.h"\
- "..\..\PageMakerClassLibrary\Commands\PIndents.h"\
- "..\..\PageMakerClassLibrary\Commands\PIndexFormat.h"\
- "..\..\PageMakerClassLibrary\Commands\PInkND.h"\
- "..\..\PageMakerClassLibrary\Commands\PInsertPages.h"\
- "..\..\PageMakerClassLibrary\Commands\PLetterSpace.h"\
- "..\..\PageMakerClassLibrary\Commands\PLine.h"\
- "..\..\PageMakerClassLibrary\Commands\PLineStyle.h"\
- "..\..\PageMakerClassLibrary\Commands\PLinkOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PLongCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PManualKerning.h"\
- "..\..\PageMakerClassLibrary\Commands\PMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PMeasureUnits.h"\
- "..\..\PageMakerClassLibrary\Commands\PMove.h"\
- "..\..\PageMakerClassLibrary\Commands\PMoveColumn.h"\
- "..\..\PageMakerClassLibrary\Commands\PMultiplePaste.h"\
- "..\..\PageMakerClassLibrary\Commands\PMultPasteOffset.h"\
- "..\..\PageMakerClassLibrary\Commands\PNewStory.h"\
- "..\..\PageMakerClassLibrary\Commands\PNewStorySized.h"\
- "..\..\PageMakerClassLibrary\Commands\PNudge.h"\
- "..\..\PageMakerClassLibrary\Commands\PNullCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\POpen.h"\
- "..\..\PageMakerClassLibrary\Commands\POval.h"\
- "..\..\PageMakerClassLibrary\Commands\PPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageMargins.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageNumbers.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PPageSize.h"\
- "..\..\PageMakerClassLibrary\Commands\PPaintWindow.h"\
- "..\..\PageMakerClassLibrary\Commands\PParaOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PParaSpace.h"\
- "..\..\PageMakerClassLibrary\Commands\PPasteSpecial.h"\
- "..\..\PageMakerClassLibrary\Commands\PPickColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PPlace.h"\
- "..\..\PageMakerClassLibrary\Commands\PPlaceSized.h"\
- "..\..\PageMakerClassLibrary\Commands\PPolygon.h"\
- "..\..\PageMakerClassLibrary\Commands\PPolygonAttribs.h"\
- "..\..\PageMakerClassLibrary\Commands\PPreferences.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrint.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintColor.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintDoc.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintFeature.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintInk.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintOptionsPS.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintPaperPS.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrintTo.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrivateData.h"\
- "..\..\PageMakerClassLibrary\Commands\PPrivateString.h"\
- "..\..\PageMakerClassLibrary\Commands\PReflect.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemovePages.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemoveUnusedColors.h"\
- "..\..\PageMakerClassLibrary\Commands\PRemoveWord.h"\
- "..\..\PageMakerClassLibrary\Commands\PRenameMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PResize.h"\
- "..\..\PageMakerClassLibrary\Commands\PResizePct.h"\
- "..\..\PageMakerClassLibrary\Commands\PRevert.h"\
- "..\..\PageMakerClassLibrary\Commands\PRotate.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleAbove.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleBelow.h"\
- "..\..\PageMakerClassLibrary\Commands\PRuleOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PSaveAs.h"\
- "..\..\PageMakerClassLibrary\Commands\PSaveAsMasterPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PScroll.h"\
- "..\..\PageMakerClassLibrary\Commands\PSelect.h"\
- "..\..\PageMakerClassLibrary\Commands\PSelectExtend.h"\
- "..\..\PageMakerClassLibrary\Commands\PSendToPage.h"\
- "..\..\PageMakerClassLibrary\Commands\PSetTextCursor.h"\
- "..\..\PageMakerClassLibrary\Commands\PShortCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PSizeBump.h"\
- "..\..\PageMakerClassLibrary\Commands\PSkew.h"\
- "..\..\PageMakerClassLibrary\Commands\PSpaceOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PSpell.h"\
- "..\..\PageMakerClassLibrary\Commands\PStoryEditPref.h"\
- "..\..\PageMakerClassLibrary\Commands\PStringCommand.h"\
- "..\..\PageMakerClassLibrary\Commands\PSuppressPalDraw.h"\
- "..\..\PageMakerClassLibrary\Commands\PTabs.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextCursor.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextSelect.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextWrap.h"\
- "..\..\PageMakerClassLibrary\Commands\PTextWrapPoly.h"\
- "..\..\PageMakerClassLibrary\Commands\PTool.h"\
- "..\..\PageMakerClassLibrary\Commands\PTrack.h"\
- "..\..\PageMakerClassLibrary\Commands\PTrapSettings.h"\
- "..\..\PageMakerClassLibrary\Commands\PTypeOptions.h"\
- "..\..\PageMakerClassLibrary\Commands\PWindow.h"\
- "..\..\PageMakerClassLibrary\Commands\PWordSpace.h"\
- "..\..\PageMakerClassLibrary\Common\PCL.h"\
- "..\..\PageMakerClassLibrary\lowlevel\PCallback.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PCommand.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PKeywords.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PPluginCall.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PQuery.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PReplyBuf.h"\
- "..\..\PageMakerClassLibrary\LowLevel\PRequestBuf.h"\
- "..\..\PageMakerClassLibrary\Queries\PBoolQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetAdditions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetAdditionsDir.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetBlackAttributes.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetBook.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeParaAttr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetChangeTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColorInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetColumnGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetConvertStr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetConvertTwips.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetExportFilters.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFillAndLine.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindParaAttr.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr1.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFindTypeAttr2.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFontDrawing.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetFontList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetHorizGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetHyphenation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetImageFrame.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetImportFilters.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetIndents.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetInkND.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLetterSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineBreak.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineBreakLoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLineStyle.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinkInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinkOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetLinks.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPage.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMasterPageName.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMeasureUnits.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetMultPasteOffset.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectIDInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetObjectLoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageImage.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageMargins.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumber.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumberByID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageNumbers.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPageSize.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetParaOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetParaSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPickers.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPMInfo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPolygonAttribs.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPPDFontLocation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPreferences.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintCaps.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintColor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintDoc.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrinter.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintFeature.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintFeatureItems.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintInk.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintOptionsPS.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintPaperPS.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrintTo.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateData.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPrivateString.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPubWindowRect.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetPubWindows.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleAbove.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleBelow.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetRuleOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetSpaceOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryEditPref.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryIDList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryList.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetStoryText.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetSuppressPalDraw.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTabs.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextCursor.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextLocation.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextRun.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextWrap.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTextWrapPoly.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTOCIndexID.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTransform.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTrapSettings.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTypeOptions.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetTypeStyle.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetVertGuides.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetWordSpace.h"\
- "..\..\PageMakerClassLibrary\Queries\PGetZeroPoint.h"\
- "..\..\PageMakerClassLibrary\Queries\PHandleQuery.h"\
- "..\..\PageMakerClassLibrary\queries\PListMom.h"\
- "..\..\PageMakerClassLibrary\Queries\PListQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PLongQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PRectQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PShortQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PStringListQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PStringQuery.h"\
- "..\..\PageMakerClassLibrary\Queries\PTextBlock.h"\
- "..\Common\FramePlugin.h"\
-
- NODEP_CPP_FRAME=\
- "..\..\includes\oldpmblk.h"\
-
-
- "$(INTDIR)\FramePlugin.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"
- $(CPP) $(CPP_PROJ) $(SOURCE)
-
-
- !ENDIF
-
- # End Source File
- ################################################################################
- # Begin Source File
-
- SOURCE=..\..\PageMakerClassLibrary\Windows\PCL.lib
-
- !IF "$(CFG)" == "PCLFrame - Win32 Release"
-
- !ELSEIF "$(CFG)" == "PCLFrame - Win32 Debug"
-
- !ENDIF
-
- # End Source File
- # End Target
- # End Project
- ################################################################################
-